home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Amiga Amateur Radio User Group / AARUG UK #81 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].zip / AARUG UK #81 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].adf / DisView / ECHO < prev    next >
Text File  |  1995-05-21  |  2KB  |  44 lines

  1. ====                                                DISview [518]
  2. echo
  3. ====
  4.  
  5. _________________________________________________________________
  6. echo [accept|refuse]                              Default: accept
  7. _________________________________________________________________
  8. Display or set the flag controlling client Telnet's response to a
  9. remote WILL ECHO offer.
  10.  
  11. The Telnet presentation protocol specifies that in the absence of
  12. a negotiated agreement to the contrary, neither end echoes data
  13. received from the other.  In this mode, a Telnet client session
  14. echoes keyboard input locally and nothing is actually sent until
  15. ENTER is typed.
  16.  
  17. Local line editing is also performed: backspace deletes the last
  18. character typed, while control-U deletes the entire line.
  19.  
  20. When communicating from keyboard to keyboard the standard local
  21. echo mode is used, so the setting of this parameter has no
  22. effect.  However, many timesharing systems (e.g. UNIX) prefer to
  23. do their own echoing of typed input. (This makes screen editors
  24. work right, among other things). Such systems send a Telnet WILL
  25. ECHO offer immediately upon receiving an incoming Telnet
  26. connection request.
  27.  
  28. If 'echo accept' is in effect, a client Telnet session will
  29. automatically return a DO ECHO response.  In this mode, local
  30. echoing and editing is turned off and each key stroke is sent
  31. immediately (subject to the Nagle tinygram algorithm in TCP).
  32.  
  33. While this mode is just fine across an Ethernet, it is clearly
  34. inefficient and painful across slow dial-up links.  Specifying
  35. 'echo refuse' causes an incoming WILL ECHO offer to be answered
  36. with a DONT ECHO; the client Telnet session remains in the local
  37. echo mode.  Sessions already in the remote echo mode are 
  38. unaffected. (Note: Berkeley Unix has a bug in that it will still
  39. echo input even after the client has refused the WILL ECHO 
  40. offer.  To get around this problem, enter the 'stty - echo' 
  41. command to the shell once you have logged in).
  42.  
  43. >> Example:  echo accept
  44.